projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93c42a
)
(nroff-electric-mode): New defvar.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jun 1997 19:24:02 +0000
(19:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jun 1997 19:24:02 +0000
(19:24 +0000)
lisp/textmodes/nroff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/nroff-mode.el
b/lisp/textmodes/nroff-mode.el
index 355147a45b671b0b1f9bbf80bb17d1a369cf1517..0e9182ada07699f242e3fb2e49e0254bc51f2263 100644
(file)
--- a/
lisp/textmodes/nroff-mode.el
+++ b/
lisp/textmodes/nroff-mode.el
@@
-39,6
+39,9
@@
"Abbrev table used while in nroff mode.")
(define-abbrev-table 'nroff-mode-abbrev-table ())
+(defvar nroff-electric-mode nil
+ "*Non-nil means automatically closing requests when you insert an open.")
+
(defvar nroff-mode-map nil
"Major mode keymap for nroff mode.")
(if (not nroff-mode-map)